Component org.nuxeo.ecm.platform.video.tools.VideoToolsService
In bundle org.nuxeo.ecm.platform.video.core
Documentation
The VideoToolsService provides tools for performing different actions in videos, such as slicing, watermarking, etc.
Implementation
Class:
org.nuxeo.ecm.platform.video.tools.service.VideoToolsServiceImpl
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.video.tools.VideoToolsService">
<implementation class="org.nuxeo.ecm.platform.video.tools.service.VideoToolsServiceImpl"/>
<service>
<provide interface="org.nuxeo.ecm.platform.video.tools.VideoToolsService"/>
</service>
<documentation>
The VideoToolsService provides tools for performing different actions in videos, such
as slicing, watermarking, etc.
</documentation>
</component>